home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / wvdial.postrm < prev    next >
Text File  |  2008-05-19  |  264b  |  15 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. if [ "$1" = "purge" ]; then
  5.     rm -f /etc/wvdial.conf
  6. fi
  7.  
  8. # Automatically added by dh_installdebconf
  9. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  10.     . /usr/share/debconf/confmodule
  11.     db_purge
  12. fi
  13. # End automatically added section
  14.  
  15.